Conversation
…amples Add four scenario tabs (Issue Triage, Daily Report, Daily Documentation Updater, Weekly agents.md Maintainer) to the GitHub Web Interface section of the Creating Agentic Workflows page. Each tab contains a concise prompt starting with the standard create.md URL sentence. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Extend documentation for issue triage agentic workflow
docs: replace single prompt with AstroTabs scenario examples on Create Workflows page
Feb 21, 2026
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances the "Creating Agentic Workflows" documentation by replacing a single hardcoded issue-triage prompt with a tabbed interface showcasing four ready-to-use workflow scenarios. The change makes it easier for users to discover and copy different types of workflow prompts.
Changes:
- Added import for Tabs and TabItem components from Starlight
- Replaced single markdown code block with a tabbed interface containing four workflow examples: Issue Triage, Activity Report, Documentation Updater, and AGENTS.md Maintainer
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "GitHub Web Interface" section of the Creating Agentic Workflows page had a single hardcoded issue-triage prompt. This replaces it with a tabbed set of four ready-to-use scenario prompts.
Changes
docs/src/content/docs/setup/creating-workflows.mdxTabs/TabItemfrom@astrojs/starlight/componentsmarkdowncode block with a<Tabs>group containing four<TabItem>entries:AGENTS.mdcurrentEach prompt opens with the standard
create.mdURL sentence:Create a workflow for GitHub Agentic Workflows using https://raw.githubusercontent.com/github/gh-aw/main/create.md The purpose of the workflow is to triage new issues: label them by type and priority, identify duplicates, ask clarifying questions when the description is unclear, and assign them to the right team members.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.